projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e3cb3e
)
(query-replace-highlight): Change default to t.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 11 Nov 1997 02:54:10 +0000
(
02:54
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 11 Nov 1997 02:54:10 +0000
(
02:54
+0000)
lisp/replace.el
patch
|
blob
|
history
diff --git
a/lisp/replace.el
b/lisp/replace.el
index e3b7dc87b8313651ed2ba6fcdfb901a8affd7aed..278fe0ecb1f16db80bd3ade004e3f3199fb33863 100644
(file)
--- a/
lisp/replace.el
+++ b/
lisp/replace.el
@@
-830,7
+830,7
@@
which will run faster and probably do exactly what you want."
(if (= replace-count 1) "" "s")))
(and keep-going stack)))
-(defcustom query-replace-highlight
nil
+(defcustom query-replace-highlight
t
"*Non-nil means to highlight words during query replacement."
:type 'boolean
:group 'matching)